home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.1
- date 89.09.02.17.38.59; author rab; state Exp;
- branches ;
- next ;
-
-
- desc
- @This used to be a symbolic link to ../sun2.md/ but became
- a real file when the sun2 stuff was deleted.
- @
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @/*
- * vmMach.h --
- *
- * Commands to give to the virtual memory command routine.
- * the virtual memory module.
- *
- * Copyright 1985 Regents of the University of California
- * All rights reserved.
- *
- *
- * $Header: /sprite/src/lib/include/sun2.md/RCS/vmMach.h,v 1.2 89/07/14 09:26:53 rab Exp $ SPRITE (Berkeley)
- */
-
- #ifndef _VMMACHUSER
- #define _VMMACHUSER
-
- #include "sprite.h"
-
- /*
- * The different sun dependent commands to give to Vm_Cmd. They should
- * start at VM_FIRST_MACH_CMD.
- */
-
- #endif /* _VMMACHUSER */
- @
-